Give a name FLOAT_TO_STRING_BUFSIZE to the constant 350.
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 9 Jan 2011 08:21:21 +0000 (00:21 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 9 Jan 2011 08:21:21 +0000 (00:21 -0800)
commit73d0ffa1c7e95dd03fe711843703ed8c1bcec71b
treeaeb1eeef446164f5765466aedcef00900e0ad56b
parentbde4b372acc7652bc8e2627cc038e2fc815bec71
Give a name FLOAT_TO_STRING_BUFSIZE to the constant 350.

* lisp.h (FLOAT_TO_STRING_BUFSIZE): New macro.
* data.c (Fnumber_to_string): Use it.
* print.c (float_to_string, print_object): Likewise.
src/ChangeLog
src/data.c
src/lisp.h
src/print.c